home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / lingua / unit1.dfm / unit1.txt
Text File  |  1995-12-22  |  3KB  |  146 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 99
  4.   Width = 445
  5.   Height = 300
  6.   Caption = '##MainApplication'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object TabbedNotebook1: TTabbedNotebook
  16.     Left = 0
  17.     Top = 0
  18.     Width = 437
  19.     Height = 224
  20.     Align = alClient
  21.     TabFont.Color = clBtnText
  22.     TabFont.Height = -11
  23.     TabFont.Name = 'MS Sans Serif'
  24.     TabFont.Style = []
  25.     TabOrder = 0
  26.     object TTabPage
  27.       Left = 5
  28.       Top = 26
  29.       Caption = '##Dynamic Create'
  30.       object Panel1: TPanel
  31.         Left = 16
  32.         Top = 56
  33.         Width = 401
  34.         Height = 113
  35.         Hint = '##HintPanel1'
  36.         Caption = 'Panel1'
  37.         ParentShowHint = False
  38.         ShowHint = True
  39.         TabOrder = 0
  40.       end
  41.       object Button1: TButton
  42.         Left = 8
  43.         Top = 16
  44.         Width = 401
  45.         Height = 33
  46.         Hint = '##HintCreate Checkbox'
  47.         Caption = '##&Create checkbox'
  48.         ParentShowHint = False
  49.         ShowHint = True
  50.         TabOrder = 1
  51.         OnClick = Button1Click
  52.       end
  53.     end
  54.     object TTabPage
  55.       Left = 5
  56.       Top = 26
  57.       Caption = '##Example'
  58.     end
  59.   end
  60.   object Statusbar: TPanel
  61.     Left = 0
  62.     Top = 224
  63.     Width = 437
  64.     Height = 30
  65.     Align = alBottom
  66.     Alignment = taLeftJustify
  67.     BevelInner = bvLowered
  68.     Font.Color = clWindowText
  69.     Font.Height = -24
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 1
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 56
  77.     Top = 104
  78.     object N1: TMenuItem
  79.       Caption = '##&File'
  80.       Hint = '##HintFile'
  81.       object N2: TMenuItem
  82.         Caption = '##&New'
  83.         Hint = '##HintFileNew'
  84.       end
  85.       object N3: TMenuItem
  86.         Caption = '##&Open'
  87.         Hint = '##HintFileOpen'
  88.       end
  89.       object N4: TMenuItem
  90.         Caption = '##&Save'
  91.         Hint = '##HintFileSave'
  92.       end
  93.       object N5: TMenuItem
  94.         Caption = '##&Close'
  95.         Hint = '##HintFileClose'
  96.       end
  97.       object N6: TMenuItem
  98.         Caption = '-'
  99.       end
  100.       object N7: TMenuItem
  101.         Caption = '##E&xit'
  102.         Hint = '##HintFileExit'
  103.         OnClick = N7Click
  104.       end
  105.     end
  106.     object N8: TMenuItem
  107.       Caption = '##&Edit'
  108.       Hint = '##HintEdit'
  109.       object N9: TMenuItem
  110.         Caption = '##&Paste'
  111.         Hint = '##HintEditPaste'
  112.       end
  113.       object N10: TMenuItem
  114.         Caption = '##&Cut'
  115.         Hint = '##HintEditCut'
  116.       end
  117.       object N11: TMenuItem
  118.         Caption = '##C&opy'
  119.         Hint = '##HintEditCopy'
  120.       end
  121.     end
  122.     object N12: TMenuItem
  123.       Caption = '##&Help'
  124.       Hint = '##HintHelp'
  125.       object N13: TMenuItem
  126.         Caption = '##&Index'
  127.         Hint = '##HintHelpIndex'
  128.       end
  129.       object N14: TMenuItem
  130.         Caption = '##&About'
  131.         Hint = '##HintHelpAbout'
  132.         OnClick = N14Click
  133.       end
  134.     end
  135.   end
  136.   object Lingua1: TLingua
  137.     Check = 'Click on ...'
  138.     Cookie = '##'
  139.     DatabaseName = 'LINGUA'
  140.     Language = 'Francais'
  141.     NewWordPrompt = True
  142.     Left = 21
  143.     Top = 106
  144.   end
  145. end
  146.